@charset "utf-8";
/* CSS Document */

a.more {
	float: right;
	background: #de9c4d;
	color:#fff;
	font-size: 1.2rem; font-size: 12px;
	margin-top: 18px;
	padding: 2px 12px;
	font-weight: normal;
	line-height: 18px;
}
a.more:hover{
	color:#6e3c00;
}
.fa{
	color: #d23d3e;
	font-size: 1.0rem; font-size: 10px;
	padding-right: 8px;
}
.fontlist li,
.fontlist-ellipsis li{
	background: url(ico_redsquare.gif) no-repeat 0 12px;
	font-size: 1.6rem; font-size: 16px;
	padding: 3px 0 3px 14px;
}
.fontlist-ellipsis li{
	overflow: hidden; /*自动隐藏文字/*/
   	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
   	white-space: nowrap;/*强制不换行*/
}

.img-border{
	border: 1px solid #cdcdcd;
	padding:2px;
}

.main{
	background: url(bg_main_qtgz.jpg) no-repeat top center #fff;
}
/* Topnews
=================================*/
.col-topnews .carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.col-topnews .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 12px;
}
/*设置当前状态样式*/
.col-topnews .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
/* carousel-zt
=================================*/
.carousel-zt .carousel-control{
	top:-166%;
	right: 30%;
	width: 40%;
	color: #d03233;
	text-shadow: 0 0;
	background: none;
	text-align: right;
}
.carousel-zt .carousel-control.left {
	left:50%;
	background: none;
	background-repeat: no-repeat;
}
.carousel-zt .carousel-control.right{
	right:-16%;
}
.carousel-zt .carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 123%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 75%;
	padding-left: 0;
	text-align: right;
	list-style: none;
	margin-left: 0;
	width: 16%;
}
.carousel-zt .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #f3e0b8;
	border: 0 none;
	border-radius: 8px;
}
/*设置当前状态样式*/
.carousel-zt .carousel-indicators .active {
	width: 16px;
	height: 10px;
	margin: 0;
	background-color: #d03233;
	border: 0 none;
}


@media only screen and (min-width: 991px) {
	.main .carousel-inner > .item > a > img,
	.main .carousel-inner > .item > img{	
		width: 239px;
		height: 135px;
	}
	.col-topnews .carousel-inner > .item > a > img,
	.col-topnews .carousel-inner > .item > img{	
		width: 658px;
		height: 370px;
	}
	.carousel-zt .carousel-inner > .item > a > img,
	.carousel-zt .carousel-inner > .item > img{	
		width: 432px;
		height: 100px;
	}
}
@media only screen and (min-width:768px){
	.carousel-indicators
	{
		bottom: 10px
	}
}
.carousel-control.left,
.carousel-control.right{
	background: none;
}
.carousel-inner .carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 1.8rem; font-size: 18px;
	padding: 15px 10px;
	text-align: left;
	background-color: #8a0303 \9;
	background-color: rgba(138,3,3,0.6);
}
.carousel-inner .carousel-caption a{
	color: #fff;
}

/*jquery Flexisel*/
/*notice 滚动
#flexiselDemo3 {
	display:none;
}
.col-notice .nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.col-notice .nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding-left:-15px;
    list-style-type:none;  
}
.col-notice .nbs-flexisel-ul li{
	height: 80px;
	font-size: 1.6rem; font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
	border-right: 1px solid #f3e0b8;
	display: block;
}
.col-notice .nbs-flexisel-ul li date{
	display: block;
	color: #cc9245;
}
.col-notice .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.col-notice .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
*/
/*img 滚动*/
#flexisel-pic {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:98%;
	margin: 0 0 0 1%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.scroll-img .nbs-flexisel-item img {
	width: 100%;
    cursor: pointer;
    position: relative;
	padding: 8px;
	padding-bottom: 0;
    max-height:92px;
}
@media only screen and (min-width:1170px){
	.scroll-img .nbs-flexisel-item img{
    	max-height:140px;
	}
}
.scroll-img .nbs-flexisel-item p{
	line-height: 22px;
	padding: 0 10px;
}

/*** Navigation ***/

.scroll-img .nbs-flexisel-nav-left,
.scroll-img .nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.scroll-img .nbs-flexisel-nav-left {
    background: url(button-previous.png) no-repeat;
}

.scroll-img .nbs-flexisel-nav-right {
    right: -15px;
    background: url(button-next.png) no-repeat;
}



/*Tab
=================================*/
.wrapTabTit,
.main section h3{
	background: url(bg_dotted.png) repeat-x left bottom;
}
.nav-tabs {
	border-bottom: 0 none;
}
.wrapTabTit li{
	line-height: 50px;
	color: #d2d2d2;
	font-size: 1.8rem; font-size: 18px;
}
.wrapTabTit li a{
	color: #de9c4d;
	font-weight: bold;
	padding: 0 15px;
}
.wrapTabTit li.active a{
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem; font-size: 18px;
	background: url(tab_titactive_qtgz.png) no-repeat center bottom;
}

.nav-tabs>li>a{
	margin-right:0;
	line-height: 50px;
	border:0 none;
	border-radius:0;
}
.nav-tabs>li>a:hover{
	border-bottom-color:transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	color: #de9c4d;
	text-decoration: none;
	cursor:default;
	background-color:transparent;
	border:0 none;
}
.tab-content{
	margin-top: 15px;
}

.col-topnews a.more {
	line-height: 44px;
	background: none;
	color:#5060b0;
	font-size: 1.4rem; font-size: 14px;
	margin-top: 0;
}
.col-topnews a.more:hover{
	color:#ec0515;
}
.col-topnews-R section h4,
.col-topnews-R section p{
	padding: 4px 0 1px 0;
}
.col-topnews-R section h4 a{
	color: #d23d3e;
	font-weight: bold;
}
.col-topnews-R section h4 a:hover{
	text-decoration: underline;
}
.col-notice .tit{
	background: url(bg_notice_qtgz.png) no-repeat left top;
	background-size: contain;
	font-size: 2.0rem; font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}
.col-notice .tit a{
	color: #fff;
}
.col-notice .tit a:hover{
	color: #8a0303;
}
.col-notice li{
	float: left;
	height: 80px;
	font-size: 1.6rem; font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
	border-right: 1px solid #f3e0b8;
	display: block;
}
.col-notice li date{
	display: block;
	color: #cc9245;
}

.main section h2{
	font-size: 2.0rem; font-size: 20px;
	font-weight: bold;
	color: #eb1a1b;
	vertical-align: middle;
	background: url(bg_maintit_qtgz.jpg) no-repeat 140px center;
}
.main section h2 span {
	padding-left: 10px;
}
.main section h2 span a{
	color: #eb1a1b;
}
.main section h2 span a:hover{
	color: #de7839;
}
.main section h4{
	font-size: 1.8rem; font-size: 18px;
	line-height: 28px;
}
.main time{
	padding: 2px 0 0 5px;
	color: #a7a7a7;
	font-size: 1.5rem; font-size: 15px;
}
.main h4 time{
	padding: 2px 0 0 5px;
	color: #de9c4d;
	font-size: 1.5rem; font-size: 15px;
}
.main section h3{
	line-height: 50px;
	color: #de9c4d;
	font-weight: bold;
	font-size: 1.8rem; font-size: 18px;
}
.main section h3 span{
	font-size: 1.4rem; font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}
.main section h3 span a{
	color: #de9c4d;
}
.main section h3 span a:hover{
	color: #c50405;
}
.main section p{
	color: #999;
}
.wrap-col-pic{
	border-top: 2px solid #f00;
}
.wrap-col-pic h3{
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 0 15px;
    font-size: 18px;
	color: #de9c4d;
    height: 48px;
    line-height: 20px;
    background: #fbf4e4;
    background: -moz-linear-gradient(top, #fbf4e4, #fff);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbf4e4), to(#fff));
    background: -o-linear-gradient(top, #fbf4e4, #fff);
}
.wrap-col-pic h3 a{
	margin-top: 0;
}
.wrap-col-pic li{
	float: left;
}




/* PC端：通用样式满足分辨率1280(1024) */
@media all and (max-width: 1169px) {
}
@media all and (min-width:992px){
	.col-topnews{
		background: #fff;
		box-shadow: 0 0 5px rgba(203, 218, 242, 0.8);
	}
	.col-topnews-L{
		padding-left: 0;
	}
	.col-topnews-R section{
		padding-top: 9px;
	}
	.col-topnews-R section h4{
		font-size: 1.8rem; font-size: 18px;
		overflow: hidden; /*自动隐藏文字/*/
    	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    	white-space: nowrap;/*强制不换行*/
	}
	.wrap-col-pic .link li{
		width: 20%;
	}
	.wrap-col-pic .link li img{
		width: 100%;
		padding: 0 1%;
	}
}

/* 小屏幕，主要是PAD */
@media all and (max-width: 991px) {
	.col-topnews .col-topnews-L,
	.col-topnews .col-topnews-R{
		padding:0;
	}
	.col-topnews-R section h4{
		font-size: 1.6rem; font-size: 16px;
		line-height: 22px;
	}
	.col-notice li{
		font-size: 1.4rem; font-size: 14px;
}
	.wrap-col-pic .link li{
		width: 50%;
	}
	.wrap-col-pic .link li img{
		width: 100%;
		padding: 1%;
	}
	.carousel-inner .carousel-caption{
		background: none;
		font-size: 1.6rem; font-size: 16px;
	}
}
/* 超小屏幕，主要是手机 */
@media all and (max-width: 767px) {
}
/* 微小屏幕，分辨率更低的手机 */
@media all and (max-width: 479px) {
	.wrap-col-pic .link li{
		float: none;
	}
	.wrap-col-pic .link li img{
		width: 100%;
		padding: 1% 0;
	}
}

